This small OCX will display the icons contained in any DLL, EXE or Win32 Icon Library. Basic functionality has been added to the control in order to let you use it in your applications.
Please note that this is the first OCX I release to the public, so if you found any bugs or have any suggestions, please drop me a line at:
prgsupport@xfx.net
http://xfx.net/Programs
Properties:
- BackColor
Use this property to change / get the background color of the container.
IconContainer.BackColor = Rgb(128,128,128)
- CountIcons (Long)
This property returns the number of icons contained in the currently selected library. (See Property IconLibrary)
Total_Icons = IconContainer.CountIcons
- IconLibrary (String)
This property should point to the file containing the icons you want to display.